home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
psion
/
AmigaNCP010b
/
QuickInstall
< prev
next >
Wrap
Text File
|
1987-01-03
|
1KB
|
47 lines
FailAt 25
; $VER: QuickAmigaNCP 1.0 (19.12.94)
;
; Starter for AmigaNCP
;
; (C) 1994 by Markus Illenseer
;
; You may use it for any purpose,
; but this Copyright notice must be included and left intact
Version >NIL: exec.library 37
If Warn
Echo "-------------------------------------------------"
Echo "No OS 2.04!"
Echo "You need at least AmigaOS Version 2.04!"
Echo "-------------------------------------------------"
Echo "Kein 2.04!"
Echo "Sie brauchen mindestens Version 2.04 des AmigaOS!"
Echo "-------------------------------------------------"
EndCLI
EndIf
If EXISTS Libs/amigancp.library
Assign Add Libs: Libs
EndIf
If NOT EXISTS ENV:NCP.config
SetEnv NCP.config "DEVICE=serial.device UNIT=0 BAUD=19200"
EndIf
Run >NIL: "AmigaNCP-FileServer"
Echo "Installed AmigaNCP for Psion Series 3a"
Echo "--------------------------------------"
Echo "Don't forget to register this software!"
Echo "--------------------------------------"
Echo " "
Echo "Now start 'AmigaNCP-FileSytem' to access to Files from"
Echo "your Psion on your Amiga!"
Echo ""
Echo "Of course you must start 'Connect Machines' on your Psion S3a as well."
Echo " "
Echo "Close this window by pressing the close button."
Echo " "